home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Sample Code / Newton Sample Code 1.2 / System Services / UndoRedo-2 / Project Data next >
Encoding:
Text File  |  1994-03-07  |  208 b   |  7 lines  |  [TEXT/ttxt]

  1. // Copyright © 1993,4 Apple Computer, Inc. All rights reserved
  2. // constants that this project can use...
  3.  
  4. // screen size maximums for this application
  5. constant kMaxWidth := 240 ;
  6. constant kMaxHeight := 336 ;
  7.